ComponentOne DataGrid for WPF and Silverlight
C1.WPF.DataGrid Namespace / DataGridSelectedItemsCollection<T> Class / Item Property

In This Topic
    Item Property (DataGridSelectedItemsCollection<T>)
    In This Topic
    Gets the selected item at the specified index.
    Syntax
    'Declaration
     
    
    Public ReadOnly Default Property Item( _
       ByVal index As Integer _
    ) As T
    public T this[ 
       int index
    ]; {get;}

    Parameters

    index
    See Also